home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / netrom < prev    next >
Text File  |  1994-08-24  |  10KB  |  294 lines

  1.  
  2. netrom <subcommands>
  3.  
  4.      These commands influence netrom behavior.
  5.  
  6.     netrom acktime [<milliseconds>]
  7.  
  8.      (B)  Displays or sets the ack delay timer, similarly to ax25 t2.
  9.      Default is 8000ms (i.e. 8 seconds).
  10.      
  11.      
  12.     netrom alias <aliascall>
  13.  
  14.      This sets the netrom alias call for this station. Other stations
  15.      can connect to the ax25 callsign and to the Netrom alias (when
  16.      set). The alias is broadcast with a Netrom broadcast.  If netrom
  17.      is not activated, you can use the 'ax25 alias' command to set the
  18.      alias callsign, such that users can still connect to the alias,
  19.      even though netrom activities are not allowed.
  20.      
  21.      
  22.     netrom bcnodes <iface>
  23.  
  24.      Initiates an immediate broadcast of nodelist on <iface>. Verbose
  25.      behavior is controlled by the 'netrom interface' command.
  26.      
  27.      
  28.     netrom bcpoll <iface>
  29.  
  30.      Initiates a poll sent to the named interface. This poll will
  31.      request a netrom routes broadcast from other nodes, so that the
  32.      routing table can be updated. This is automatically done any time
  33.      an interface is activated (or changed) for netrom.  This should
  34.      speed up route discovery at startup.  This is NOT currently
  35.      implemented in Thenet or Net/Rom nodes, but works with Data
  36.      Engines running JNOS40 or with systems running JNOS v1.05 or
  37.      later.
  38.      
  39.      
  40.     netrom choke [<milliseconds>]
  41.  
  42.      (B)  Display or set the time breaking a send choke. Choke is the
  43.      term netrom  uses for flow control conditions. Default is 180000
  44.      ms (180 seconds.)
  45.      
  46.      
  47.     netrom derate [ON|off]
  48.  
  49.      (B)  Display or set automatic derating of netrom routes on link
  50.      failure.  Default is on.
  51.      
  52.      
  53.     netrom hidden [on|OFF]
  54.  
  55.      Display or set the hidden node flag.  Nodes with aliases starting
  56.      with the '#' character are displayed using the command 'N *'.
  57.      Default is OFF.
  58.      
  59.      
  60.     netrom interface [<iface> <quality> [n]]
  61.  
  62.      Activate <iface> as a netrom interface.  <quality> can be between
  63.      1 and  255. Interfaces are activated using verbose routes
  64.      broadcasting by default, meaning that they broadcast all known
  65.      routes. This can be changed by adding the optional 'n' parameter
  66.      to the command. Then only the system itself will be announced in
  67.      a broadcast, not the known routes.
  68.      
  69.      If the paclen of the interface is smaller then the netrom mtu +
  70.      20, then the netrom mtu will be set to paclen-20 . This is to
  71.      avoid fragmentation, causing incompatibilities with none-NOS
  72.      based Netrom nodes. See the 'ifconfig <iface> paclen' command for
  73.      more.
  74.      
  75.      If <iface> has already been activated as a netrom interface, re-
  76.      issuing the command will set <quality> and [n] to the new values.
  77.      'netrom interface' will show the currently active netrom
  78.      interface.
  79.      
  80.      Each time an interface is activated or changed, a broadcast poll
  81.      will be sent out on the interface.  This minimizes the route
  82.      discovery time at startup, and will update routes when the
  83.      interface quality has changed.
  84.      
  85.      
  86.     netrom interface <iface> <quality> [<min-bc-quality>]  {JNOS40}
  87.  
  88.      Set or display the netrom interface(s) for the node.  This
  89.      command is essentially the same as the command for JNOS.
  90.           Only nodes of min-bc-quality and better will be broadcast in a
  91.      nodes boradcast on this interface.  If <min-bc-quality> is not
  92.      set (no value assigned), then the 'netrom minquality' value is
  93.      used.  If <min-bc-quality> = 0, then no nodes are broadcast
  94.      except this one (same as 'n' parameter above.)
  95.      
  96.      Examples:
  97.      
  98.           netrom interface ax0 224 180  -> nodes >= 180 are broadcast
  99.      
  100.           netrom interface ax0 224 0    -> only ourself is broadcast
  101.      
  102.           netrom interface ax0 224      -> nodes >= 'minquality' are
  103.                                            broadcast
  104.      
  105.      
  106.     netrom irtt [<milliseconds>]
  107.  
  108.      (B)  Display or set the initial round trip time.  Default is
  109.      45000ms, i.e. 45 seconds.
  110.      
  111.      
  112.     netrom kick <nrcb>
  113.  
  114.      Give the control block a kick to get activity going again.
  115.      
  116.  
  117.     netrom load
  118.  
  119.      Retrieves the last set of netrom destination data saved with the
  120.      'netrom save' command.
  121.      
  122.      
  123.     netrom minquality [<minqual>]
  124.  
  125.      (B)  Display or set the minimum quality for recognizing a node
  126.      entry. Entry's below this value are not considered valuable for
  127.      usage. Default is 50.
  128.      
  129.      
  130.     netrom mycall <call>
  131.  
  132.      Displays or sets the call to be used by the netrom interface.
  133.      Note: this is a shortcut for the 'ifconfig netrom linkaddress'
  134.      command.  It defaults to the 'ax25 mycall' value.
  135.      
  136.      
  137.     netrom neighbor
  138.  
  139.      Display all known netrom neighbors.
  140.      
  141.      
  142.     netrom nodefilter <subcommands>
  143.  
  144.      Manipulate node filtering.     
  145.      
  146.        netrom nodefilter add <neighbor> <iface>
  147.  
  148.         Add <neighbor> on port <iface> to the filter table.  See the
  149.         'netrom nodefilter mode' command to determine the manner to
  150.         handle node updates from <neighbor>.
  151.         
  152.         
  153.        netrom nodefilter mode [none|accept|reject]
  154.  
  155.         Display or set the initial node filter scheme. 'none' accepts
  156.         all netrom routes and is the default. 'accept' accepts routes
  157.         only from nodes defined with the 'netrom nodefilter add'
  158.         command. 'reject' does not accept routes from any nodes
  159.         defined with 'netrom nodefilter add'
  160.         
  161.         
  162.        netrom nodefilter drop <neighbor> <iface>
  163.  
  164.         Delete the node <neighbor>  on interface <iface> from the
  165.         filter table.
  166.         
  167.         
  168.     netrom nodetimer [<seconds>]
  169.  
  170.      (B) Display or set the interval to transmit the nodes list. If
  171.      you want to use other than the default, you must first attach the
  172.      netrom interface with 'attach netrom' and then set the new
  173.      nodetimer value.  Default is 1800 seconds (half an hour).
  174.      
  175.      
  176.     netrom obsoinit [#}
  177.  
  178.      (B) Display or set the initial obsolescense count for direct
  179.      routes (Routes table entries) to other systems.  Default is 6
  180.      
  181.      
  182.      netrom obsominbc [#]
  183.  
  184.      (B) Display or set the minimum obsolescense count a route should
  185.      have to be included in routes broadcasts originating from this
  186.      system.  Default is 4.
  187.      
  188.      
  189.     netrom obsotimer [<seconds>]
  190.  
  191.      (B) Display or set the time a node obsolescence count gets
  192.      decremented.  If you want to use other than the default, you must
  193.      first attach the netrom interface with 'attach netrom' and then
  194.      set the new obsotimer value.  Default is 1800 seconds.
  195.  
  196.  
  197.     netrom promiscuous [OFF|on]
  198.  
  199.      (B) Enables nodes with a path quality greater than defined with
  200.      minquality.  If on, all nodes are received regardless of
  201.      nodefilter mode.  Default is off.
  202.      
  203.      
  204.     netrom qlimit [<nnnn>]
  205.  
  206.      (B) Display or set the maximum queue limit for choke to occur.
  207.      Similar to ax25 window.  Default is 512 bytes.
  208.      
  209.      
  210.     netrom reset <nrcb>
  211.  
  212.      Remove the control block.  You can find the control block with
  213.      the 'netrom status' or 'socket' commands.
  214.      
  215.      
  216.     netrom retries [<nn>]
  217.  
  218.      Display or set the maximum number of retries on connect,
  219.      disconnect or data.  Default is 3.
  220.      
  221.      
  222.     netrom route <subcommands>
  223.  
  224.      Netrom routing commands. Routes can be marked as 3 types in the
  225.      various route displays:
  226.      
  227.         'P' - a permanent route set with the 'netrom route add'
  228.         command
  229.         'B' - a route received through a nodes broadcast from a
  230.         neighbor node
  231.         'R' - a recorded route from an incoming packet from a not
  232.         previously known netrom node
  233.      
  234.      
  235.        netrom route add <alias> <call> <iface> <quality> <neighbor>
  236.  
  237.         Add a permanent netrom route. The new route is to netrom
  238.         system <alias> with call <call>, and the route is on interface
  239.         <iface> with quality <quality> via the neighbor <neighbor>.
  240.         
  241.           netrom route add salem af7s-1 port1 178 k7uyx-1
  242.  
  243.           A route to a direct neighbor looks like:
  244.         
  245.           netrom route add crv k7uyx-1 port1 192 k7uyx-1
  246.           
  247.           
  248.        netrom route drop <destination> <neighbor> <iface>
  249.  
  250.         Delete the netrom route to call <destination> via neighbor
  251.         <neighbor> on <iface>.
  252.         
  253.         
  254.      netrom route info [<destination>]
  255.  
  256.         Display the route a packet would take to get to <destination>.
  257.         If <destination> is not given, information about all known
  258.         netrom nodes is displayed.  'netrom route info' and 'netrom
  259.         route info *' are equivalent commands.
  260.         
  261.         
  262.     netrom status
  263.  
  264.      Display all netrom connections.
  265.      
  266.      
  267.     netrom tdisc [secs]
  268.  
  269.      (B) Display or set the Netrom Link "redundancy" timer.  Value is
  270.      in seconds.  When no data exchange has happened during this time
  271.      the link is reset and closed.  Default is 900 seconds (15
  272.      minutes).
  273.      
  274.      
  275.     netrom timertype [exponential|LINEAR]
  276.  
  277.      (B)  Displays or sets the type of backoff used on netrom retries.
  278.      Default is linear.
  279.      
  280.      
  281.     netrom ttl [<hops>]
  282.  
  283.      (B)  Display or set the maximum number of hops a frame might take
  284.      before being discarded.  Default is 10.
  285.      
  286.      
  287.     netrom window [<frames>]
  288.  
  289.      (B)  Display or set the size of the sliding window. This is the
  290.      largest send and receive window we might negotiate.  Default is
  291.      2.
  292.  
  293.  
  294.